chore(deps): update patch/minor dependencies to v3.5.0#3709
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update patch/minor dependencies to v3.5.0#3709renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
e00d8f3 to
87063b7
Compare
87063b7 to
dc77790
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.7→3.5.0Release Notes
browserbase/stagehand (@browserbasehq/stagehand)
v3.5.0Compare Source
Minor Changes
#2149
6e75725Thanks @miguelg719! - Added ascreenshotoption toextract()that sends the current viewport screenshot with the a11y tree for extraction.#2127
78bcde8Thanks @seanmcguire12! - AddignoreDefaultArgsoption to selectively remove chrome-launcher's built-in default flags (e.g.--disable-extensions) when running locally#2160
49575d6Thanks @monadoid! - Forward constructor and request model configuration when initializing API-backed sessions.#2171
dc1445dThanks @seanmcguire12! - add native clipboard APIPatch Changes
#2146
3a53ed4Thanks @shriyatheunicorn! - Pass local browser launch options through when attaching over CDP so explicit viewport settings are respected.#2107
8fc16d2Thanks @miguelg719! - Fix Anthropic CUAtriple_clickaction mapping.#2118
3e95a87Thanks @monadoid! - Add Vertex auth parameters to the core and server API schemas.#2126
ebbdcd3Thanks @seanmcguire12! - fix(core): import ToolSet from ai public export#2120
12703a6Thanks @miguelg719! - Fix structuredOutputMode for newer Anthropic models#2170
1db5f1cThanks @Kylejeong2! - Add Claude Opus 4.8 to the supported CUA model whitelist.#2116
cb586a1Thanks @seanmcguire12! - include "[selected]" or "[checked]" state in snapshot#2129
765861cThanks @miguelg719! - Add a backend-selectable v3 evaluator facade while preserving the legacy evaluator path.#2157
2cd60a3Thanks @miguelg719! - Add verifier trajectory, rubric, and evaluation-result types with normalized public naming.#2131
e102a89Thanks @miguelg719! - Capture verifier trajectory evidence from agent evidence callbacks for offline scoring.v3.4.0Minor Changes
#2084
0641d44Thanks @seanmcguire12! - add ignoreSelectors param to extract()#2096
a11603dThanks @seanmcguire12! - add ignoreSelectors to observe()Patch Changes
#2080
21c78b3Thanks @miguelg719! - Add variables support to v3 agentExecute API schema and remove experimental requirement#2077
f437f73Thanks @monadoid! - Fix frame registry handling for OOPIF pages#2098
a783b99Thanks @seanmcguire12! - bump transitive deps to patched versions#2089
8d2f354Thanks @shrey150! - Strengthen observe prompts so LLMs return complete encoded element IDs.#2047
a87c1fcThanks @tkattkat! - Set default agent mode to hybrid with auto routing to dom for non compatible models#2101
26e6c96Thanks @seanmcguire12! - move playwright-core, puppeteer-core, patchright-core from optional dependencies to peer dependencies#2068
1d176c4Thanks @filip-michalsky! - Remove the default temperature setting from v3 agent AI SDK calls so reasoning models that do not support temperature run without provider warnings.#2040
1fa9613Thanks @monadoid! - PreferSTAGEHAND_API_URLfor Stagehand API overrides while retainingSTAGEHAND_BASE_URLas a deprecated fallback.#2065
9ff70ddThanks @miguelg719! - Add support for CUA models: openai/gpt-5.4-mini, openai/gpt-5.5, and anthropic/claude-haiku-4-5#2039
7640381Thanks @monadoid! - Deprecate Browserbase project ID configuration.v3.3.0Minor Changes
e471d2eThanks @shrey150! - Support Browserbase verified session settings and bump the Browserbase SDK.Patch Changes
#1954
732b384Thanks @github-actions! - Update Anthropic CUA to use adaptive thinking#2001
20b601dThanks @shrey150! - Includeagent.execute()usage instagehand.metricsfor API-backed sessions.#1983
8543c11Thanks @github-actions! - Add variable substitution to the keys tool in both live execution and cache replay paths. When keys steps withmethod="type"contain%variableName%tokens, they are now resolved against the provided variables. This brings the keys tool to parity with the type tool's variable handling.#1973
14b64ecThanks @monadoid! - Enable strict structured outputs for supported model paths.#2028
a500de1Thanks @tkattkat! - Remove deprecated provider option#1975
8f7192cThanks @seanmcguire12! - make file upload elements more explicit in page snapshotv3.2.1Patch Changes
#1843
144e18eThanks @seanmcguire12! - apply user defined toolTimeout to all agent tools (other than wait & think tools)#1872
d3c3736Thanks @tkattkat! - Add support for LLM provider middleware#1953
5c889dfThanks @github-actions! - (NEW) Model Gateway: make model api key optional on API#1924
a1ab39eThanks @seanmcguire12! - fix issue where stagehand could not attach to new tabs that were created manually.#1874
f3fe7ceThanks @miguelg719! - Add headers (LLM) to ModelConfig#1964
5fb9785Thanks @github-actions! - chore: update examples#1901
f5d1f1fThanks @seanmcguire12! - pass timeout as timeoutMs in goto()#1858
8bf5db8Thanks @monadoid! - Add explicit SSE event names for local v3 streaming and update the generated SDK contract to match.#1899
6dc2276Thanks @tkattkat! - fix: include screenshot in openai cua agents first messagev3.2.0Compare Source
Minor Changes
#1779
2f43ffaThanks @shrey150! - feat: addcdpHeadersoption tolocalBrowserLaunchOptionsfor passing custom HTTP headers when connecting to an existing browser via CDP URL#1834
63ee247Thanks @tkattkat! - Update stagehand agents search tool#1774
521a10eThanks @seanmcguire12! - add new page.setExtraHTTPHeaders() methodPatch Changes
#1759
505e8c6Thanks @shrey150! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.#1814
7dc35f5Thanks @tkattkat! - Change usage of openai provider in agent to default to store:false#1846
335cf47Thanks @aq17! - Fix streaming finished event being silently dropped. The final SSE event containing the result payload (success status, message, actions, usage, and messages) was previously discarded instead of being yielded to the caller.#1764
6ba0a1dThanks @shrey150! - ExposeheadersinGoogleVertexProviderSettingsso model configs can pass custom provider headers (for exampleX-Goog-Priority) without TypeScript errors.#1847
4ff3bb8Thanks @miguelg719! - Enable FlowLogger on BROWSERBASE_FLOW_LOGS=1#1752
c27054bThanks @derekmeegan! - fix: pause Browserbase agents while captcha solving is active and improve CUA recovery after the solve completes#1800
2abf5b9Thanks @shrey150! - Make projectId optional for Browserbase sessions — only BROWSERBASE_API_KEY is required#1766
7817fccThanks @tkattkat! - Add configurable timeout to tools in agent#1749
7390508Thanks @pirate! - When connecting to a browser session that has zero open tabs, Stagehand now automatically creates an initialabout:blanktab so the connection can continue.#1761
611f43aThanks @seanmcguire12! - fix issue where handlePossibleNavigation was producing unnecessary error logs on clicks that trigger page close#1817
2402a3cThanks @tkattkat! - Add support for passing custom headers in clientOptionsv3.1.0Compare Source
Minor Changes
#1681
e3db9aaThanks @tkattkat! - Add cookie management APIs:context.addCookies(),context.clearCookies(), &context.cookies()#1672
b65756eThanks @seanmcguire12! - add boolean keepAlive parameter to allow for configuring whether the browser should be closed when stagehand.close() is called.#1708
176d420Thanks @seanmcguire12! - add context.setExtraHTTPHeaders()#1611
8a3c066Thanks @monadoid! - Usingmodeenum instead of oldcuaboolean in openapi specPatch Changes
#1683
7584f3eThanks @seanmcguire12! - fix: include shadow DOM in .count() & .nth() & support xpath predicates#1644
1e1c9c1Thanks @monadoid! - Fix unhandled CDP detaches by returning the original sendCDP promise#1729
6bef890Thanks @shrey150! - fix: support Claude 4.6 (Opus and Sonnet) in CUA mode by using the correctcomputer_20251124tool version andcomputer-use-2025-11-24beta header#1647
ffd4b33Thanks @tkattkat! - Fix [Agent] - Address bug causing issues with continuing a conversation from past messages in dom mode#1614
677bff5Thanks @miguelg719! - Enforce - regex validation on act/observe for elementId#1580
65ff464Thanks @tkattkat! - Add unified variables support across act and agent with a single VariableValue type#1666
101bcf2Thanks @Kylejeong2! - add support for codex models#1728
0a94301Thanks @seanmcguire12! - handle potential race condition on.close()when using the Stagehand API#1664
b27c04dThanks @seanmcguire12! - fixes issue with context.addInitScript() where scripts were not being applied to out of process iframes (OOPIFs), and popup pages with same process iframes (SPIFs)#1632
afbd08bThanks @pirate! - Remove automatic.envloading viadotenv.If your app relies on
.envfiles, installdotenvand load it explicitly in your code:#1624
0e8d569Thanks @seanmcguire12! - fix issue where screenshot masks were not being applied to dialog elements#1596
ff0f979Thanks @tkattkat! - Update usage/metrics handling in agent#1631
2d89d2bThanks @miguelg719! - Add right and middle click support to act and observe#1697
aac9a19Thanks @shrey150! - fix: support<frame>elements in XPath frame boundary detection soact()works on legacy<frameset>pages#1692
06de50fThanks @shrey150! - fix: skip piercer injection for chrome-extension:// and other non-HTML targets#1613
aa4d981Thanks @miguelg719! - SupportedUnderstudyAction Enum validation for 'method' on act/observe inference#1652
18b1e3bThanks @miguelg719! - Add support for gemini 3 flash and pro in hybrid/cua agent#1706
957d82bThanks @chrisreadsf! - Add GLM to prompt-based JSON fallback for models without native structured output support#1633
22e371aThanks @tkattkat! - Add warning when incorrect models are used with agents hybrid mode#1673
d29b91fThanks @miguelg719! - Add multi-region support for Stagehand API with region-specific endpoints#1695
7b4f817Thanks @tkattkat! - Fix: zod bug when pinning zod to v3 and using structured output in agent#1609
3f9ca4dThanks @miguelg719! - Add SupportedUnderstudyActions to observe system prompt#1581
49ead1eThanks @sameelarif! - Server-side caching is now available.When running
env: "BROWSERBASE", Stagehand automatically cachesact(),extract(), andobserve()results server-side — repeated calls with the same inputs return instantly without consuming LLM tokens.Caching is enabled by default and can be disabled via
serverCache: falseon the Stagehand instance or per individual call. Check out the browserbase blog for more details.#1642
3673369Thanks @seanmcguire12! - fix issue where scripts added via context.addInitScripts() were not being injected into new pages that were opened via popups (eg, clicking a link that opens a new page) and/or calling context.newPage(url)#1735
c465e87Thanks @monadoid! - Supports request header authentication with connectToMCPServer#1705
ae533e4Thanks @seanmcguire12! - include error cause in UnderstudyCommandException#1636
ea33052Thanks @miguelg719! - Include executionModel on the AgentConfigSchema#1679
5764edeThanks @shrey150! - fix issue where locator.count() was not working with xpaths that have attribute predicates#1646
f09b184Thanks @miguelg719! - Add user-agent to CDP connections#1637
a7d29deThanks @miguelg719! - Improve error and warning message for legacy model format#1685
d334399Thanks @tkattkat! - Bump ai sdk & google provider version#1662
44416daThanks @seanmcguire12! - fix issue where locator.fill() was not working on elements that require direct value setting#1612
bdd8b4eThanks @seanmcguire12! - fix issue where screenshot mask was only being applied to the first element that the locator resolved to. masks now apply to all matching elements.v3.0.8Compare Source
Patch Changes
#1514
40ce5ccThanks @tkattkat! - Rename the close tool in agent to "done"#1574
5506f41Thanks @tkattkat! - fix(server): pass cdpUrl to localBrowserLaunchOptions when launchOptions absent#1521
84c05caThanks @seanmcguire12! - fix: get agent cache working in API mode#1486
692ffa0Thanks @tkattkat! - improve logging in agent#1551
1ef8901Thanks @miguelg719! - move extract handler response log to after URL injection#1495
72ac775Thanks @tkattkat! - export tool function & type to simplify defining custom tools#1481
3d5af07Thanks @tkattkat! - add waitForTimeout to page#1423
40e1d80Thanks @miguelg719! - Improve benchmark handling and add metadata#1588
56c0d24Thanks @seanmcguire12! - add SnapshotOptions to page.snapshot()#1483
16d72fbThanks @tkattkat! - Optimize screenshot handling in agent hybrid mode#1498
088c4ccThanks @seanmcguire12! - fix: replaying cached actions (for agent & act) now uses the originally defined model, (instead of default model) when action fails and rerunning inference is needed#1575
4276f4aThanks @seanmcguire12! - expose port param in localBrowserLaunchOptions#1544
6005786Thanks @tkattkat! - Recommend hybrid mode over DOM mode in agent, which is now considered legacy#1505
6fbf5fcThanks @tkattkat! - Add structured output to agent result + ensure close tool is always called#1511
704cf18Thanks @shrey150! - Fix ControlOrMeta keypress event#1480
091296eThanks @tkattkat! - Update agent to only calculate xpath when caching is enabled#1509
e56c6ebThanks @seanmcguire12! - add support for page.waitForSelector()#1478
2cb78d0Thanks @tkattkat! - update agent message handling#1518
5dad639Thanks @seanmcguire12! - add page.snapshot() for capturing a stringified DOM snapshot of the page, including an xpath map & url map#1576
b7c2571Thanks @tkattkat! - utilize waitForSelector when running agent cache#1560
4c69117Thanks @tkattkat! - Update coordinate handling in cua and hybridConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.